implement menu itemlist (Motif) newapi tip

add menu toggle/radio button (Motif) newapi

add menu separator (Motif) newapi

implement menu item callbacks (Motif) newapi

implement motif menu/menu item newapi

finish motif path bar implementation newapi

add text field widgets (Motif) newapi

fix gtk3 sourcelist styling newapi

fix glib version check that resulted in build failures with older gtk/glib versions newapi

add sourcelist widget (GTK) newapi

add sidebar implementation (GTK) newapi

add sidebar (libadwaita) newapi

fix grid colspan/rowspan newapi

semi functional grid container (Motif) newapi

add first code of the new Motif implementation, implement buttons newapi

fix missing include newapi

add first working cocoa code newapi

fix radiobutton destroy callback (GTK) newapi

add textfield onactivate event (GTK) newapi

fix gtk3 tableview contextmenu newapi

fix gtk3 build newapi

safely unbind radio buttons (GTK) newapi

fix missing mempool in document context newapi

fix textarea crash when no value is specified (GTK) newapi

fix ui_show reference counting, when the window is already visible (GTK) newapi

remove global menu observer when destroying a window newapi

implement table dnd (GTK) newapi

fix missing terminator in uic_copy_groups newapi

fix UiList binding copy and missing GTK table setselection method newapi

fix treeview contextmenu (GTK) newapi

implement list/table contextmenu (GTK) newapi

implement image viewer context menus (GTK) newapi

add menu builder API newapi

add public function for getting the UiContext UCX mempool newapi

add gtk3 inactive pathbar css newapi

add ui_dialog_window reference counting (GTK) newapi

start UiObject ref with 0 and increases ref with ui_show newapi

add UiObject reference counting (GTK) newapi

implement ui groups/states (WINUI) newapi

fix gtk3 image loading newapi

make table column sizes adjustable (GTK) newapi

implement ui_dialog_window (WINUI) newapi

implement some missing WinUI functions newapi

implement hfill/vfill (WINUI) newapi

fix condvar windows implementation newapi

implement imageviewer (WINUI) newapi

add textarea (WINUI) newapi

implement windows condvar newapi

fix incorrect UiVar destruction newapi

implement textfield onchange event (GTK) newapi

improve window close handling newapi

disable gtk3 single click list activation newapi

fix generic file icon (GTK) newapi

fix toolbar item groups newapi

fix replace close_request signal on gtk3 newapi

clear context states before closing a window newapi

implement menu item groups newapi

implement listview onselection callback (GTK) newapi

implement listview selection event (GTK) newapi

allow ui_list_update called with unbound lists newapi

implement combobox get/set selection (GTK) newapi

add option to automatically enable states with toggle buttons (GTK) newapi

add more label styles (GTK) newapi

add groups to spinner args newapi

add support for groups/states to text, list widgets (GTK) newapi

add heading label css for gtk3 newapi

add expander container (GTK) newapi

add frame container (GTK) newapi

add label style option (GTK) newapi

implement scrolledwindow sub container type (GTK) newapi

fix ui_scrolledwindow (GTK) newapi

fix condvar and dialog window content area newapi

add condvar source newapi

add conditional variable API newapi

replace UiBool with UiTri in some UiDialogWindowArgs options newapi

add style for dialog window default button (GTK) newapi

add dialog window (GTK) newapi

implement widget groups for buttons (GTK) newapi

implement context destroy newapi

make ui_getappdir() and ui_configfile() public newapi

add imageviewer (GTK) newapi

add minimally working image viewer (GTK) newapi

rename gtk image.c to icon.h newapi

add UiGeneric var type newapi

add custom headerbar (GTK) newapi

add new textarea (GTK) newapi

add file icon name fallback (GTK) newapi

implement gtk3 stack tabview newapi

implement stack set/get/remove (GTK) newapi

implement side navigation tabview (GTK) newapi

add tabview value/varname parameter newapi

merge newapi

implement new tabview (GTK) newapi

fix file icon and fix crash if a list icon is NULL newapi

fix gtk3 build newapi

fix build newapi

update ucx newapi

improve pathbar visuals (GTK) newapi

implement ui_menuseparator (GTK4) newapi

rename tree.c to list.c (GTK) newapi

add alternative ui_dialog implementation for libadwaita newapi

implement progressbar min/max args (GTK) newapi

fix simple window (libadwaita) newapi

implement ui_savefiledialog name parameter (GTK) newapi

don't add the headerbar to simple windows (GTK) newapi

use GtkFileDialog on newer gtk4 versions newapi

implement file dialog for gtk4 newapi

add option to name widgets and add css classes (GTK) newapi

fix treeview icons (GTK) newapi

implement GTK4 gmenu item and item list newapi

add gtk4 pathbar newapi

add headerbar toggle button (GTK) newapi

simplify gtk button code newapi

make headerbar buttons flat (GTK) newapi

add headerbar (GTK) newapi

simplfy macro usage in container.c (GTK) newapi

fix gtk box margin newapi

fix gtk3/4 grid hexpand/vexpand setting newapi

add libadwaita toolkit option newapi

fix gtk4 checkbox and radiobutton newapi

fix gtk3 build newapi

make gtk4 port compilable newapi

port button, text to gtk4 newapi

port container to gtk4 newapi

add more gtk4 porting (incomplete) newapi

update gtk icons newapi

fix build newapi

initial gtk4 porting, incomplete newapi

add gtk4 option to the build system newapi

implement ui_list_getselection (GTK) newapi

fix background jobs (GTK) newapi

fix path textfield (GTK) newapi

fix threadpool newapi

fix eventdata not set by menu list events (GTK) newapi

fix getvaluefunc not used by menu lists (GTK) newapi

add icons.h for icon name macros newapi

fix menu lists (GTK3) newapi

add dnd selection functions (unimplemented) (GTK) newapi

add path textfield (GTK) newapi

add ui_window_size and ui_simple_window functions (GTK) newapi

add threadpool newapi

implement file dialog (GTK) newapi

implement ui_dialog_create (GTK) newapi

update uwproj newapi

add initial support for headerbars (GTK) newapi

implement new toolbar (GTK) newapi

fix double free on radiobutton group destroy newapi

fix hbox (GTK) newapi

add spinner (GTK) newapi

add new scrolledwindow (GTK) newapi

port combobox to new API (GTK) newapi

implement listview (GTK) newapi

port table to new API, replace custom tree model with GtkListStore newapi

port textfield to new API (GTK) newapi

fix progressbar using the wrong var type (GTK) newapi

implement new icon API (GTK) newapi

update spinner entry widget api (GTK) newapi

fix add_menuitem_widget passing wrong list type to uic_add_group_widget newapi

port progressbar to new API (GTK) newapi

add new label (GTK) newapi

implement grid colspan/rowspan (GTK) newapi

implement button icon parameter (GTK) newapi

port radiobutton to the new API (GTK) newapi

update button, togglebutton and checkbox to the new API (GTK) newapi

add save file dialog (WinUI3) newapi

minimal working menubar (GTK) newapi

fix some const related warnings newapi

initial newapi GTK port newapi

add input option to ui_dialog newapi

add list remove function newapi

add function for creating dialogs (WinUI3) newapi

copy UiList getselection fptr in uic_copy_binding newapi

add getter for list selections (Common, WinUI3) newapi

call context close handler on window close (WinUI3) newapi

add missing UIEXPORT newapi

fix usage of wrong type in ui_label_set (WinUI3) newapi

add function for creating windows without menu/toolbar (WinUI3) newapi

implement table dnd drop newapi

add file open dialog (WinUI3) newapi

add support for table string values, that need to be freed newapi

call event handler after text input in the path textfield newapi

fix list binding copy newapi

add event handler for menu item lists newapi

fix wrong menu item list label string used newapi

add getvalue func for menu item lists (WinUI3) newapi

add threadpool (WinUI3) newapi

implement ui_job() and add ui_call_mainthread (WinUI3) newapi

add macro for creating the appmenu toolbar item newapi

fix list binding not copied correctly when attaching a document newapi

add getter/setter for ui number/string types newapi

add icon parameter for buttons (WinUI3) newapi

add menu item list (WinUI3) newapi

remove table debug output newapi

make table columns resizable newapi

split toolbar in left,center,right segments (WinUI3) newapi

add new path textfield (WinUI3) newapi

add minimal working dnd implementation (WinUI3) newapi

prepare table dnd (WinUI3) newapi

implement pathbar action (WinUI3) newapi

add semi-functional pathbar (WinUI3) newapi

add progressbar (WinUI3) newapi

add label (WinUI3) newapi

implement table activate/selection events (WinUI3) newapi

fix ui_fileicon (WinUI3) newapi

add dll icon loader newapi

add support for icons in the table widget (WinUI3) newapi

improve table row selection, add support for multiple selections (WinUI3) newapi

add icons (WinUI3) newapi

add cleanup code for wrapper objects (WinUI3) newapi

add custom titlebar (WinUI3) newapi

change table colors (WinUI3) newapi

use generated App class (WinUI3) newapi

new menu api newapi

add toolbar appmenu and menu buttons newapi

implement toolbar togglebutton newapi

new winui vs project, add toolbar newapi

add breadcrumb bar newapi

add semi-functional table (WinUI3) newapi

finish navigationview (WinUI3) newapi

add UIEXPORT macro to create a dll newapi

add unfinished navigationview (WinUI3) newapi

add main tabview based on WinUI TabView newapi

add tabview based on winui the pivot control newapi

add combobox (WinUI3) newapi

add listview (WinUI3) newapi

add expander (WinUI3) newapi

add scrolledwindow (WinUI3) newapi

add frame container (WinUI3) newapi

implement textfield (WinUI3) newapi

add toggle switch (WinUI3) newapi

implement new api style for box and grid containers (WinUI3) newapi

add onchange event for toggle buttons (WinUI3) newapi

implement radio button (WinUI3) newapi

implement toggle button (WinUI3) newapi

implement new api style for ui_button (WinUI3) newapi

implement grid container (WinUI) newapi

implement ui_button (WinUI) newapi

create WinUI wrapper classes for usage in UiObject and widget creation functions newapi

add window container (WinUI) newapi

redefine UIWIDGET, remove widget abstraction class (WinUI) newapi

(0) -240 tip

mercurial