rename ui_spinner to ui_spinbox

make some function parameters const

fix motif build

implement sidebar window (Cocoa)

implement ui_dialog_create (Cocoa)

improve gtk4 listview/table single row updates

add ui_sourcelist_args_set_contextmenu

create a copy of the label string in ui_menu_create

add textstyle wrapper functions

implement table styling for gtk3

fix gtk version check

avoid using deprecated GtkAlignment

fix wrong gtk3 treeviewmodel when using multiple UI_TEXT columns

fix gtk3 table update

fix gtk3 build, implement workaround for gtk_button_set_can_shrink

extend UiListArgs wrapper functions

add stylefunc for table/listview for row and cell styling options (GTK)

extend ui_list_setselection to allow to remove selections

add alternative function for setting list selections

add UiTabViewArgs wrapper functions

remove unused UiTabViewArgs args

allow linkbutton labels to ellipsize (GTK)

fix inconsistent fill/expand settings (GTK)

h/v expand/fill should be independent setting

fix webview js and zoomlevel initialization when loading urls or content (GTK)

add ui-nopadding style class (GTK)

add alternative UiModel creation functions

remove unused code

implement ui_customwidget_create (Cocoa)

implement some general widget functions (Cocoa)

add file dialogs (Cocoa)

fix QT build

remove getvalue func from UiModel

implement ui_call_mainthread (Cocoa)

implement ui_job (Cocoa)

add label (Cocoa)

remove default fill parameter vom container (Cocoa)

add combobox (Cocoa)

improve table columnsize handling (Cocoa)

add table widget (Cocoa)

implement listview list bindings (Cocoa)

implement listview multiselection (Cocoa)

implement listview onselection event (Cocoa)

add minimally working listview (Cocoa)

handle toggle menu items separately when not created as AppMenu item (Cocoa)

fix toolbar menuitem event handling (Cocoa)

add toolbar menu item (Cocoa)

implement toolbar toggle itmem (Cocoa)

add functions for directly setting a linkbutton's label/uri (GTK)

add UiLinkButtonArgs wrapper

add linkbutton (GTK)

implement ui_button_set_label (QT)

add utility functions for changing button label/icon (GTK)

allow unselection in gtk4 listview

add UiFileList wrapper

implement sourcelist item badge (GTK)

implement sourcelist item button (GTK)

workaround for empty sublists with headers (GTK)

implement ui_listbox_list_update (GTK)

fix build

add UiWidgetArgs wrapper functions

add UiListSelection wrapper functions

add ui_list_update_row

don't crash when a sublist has no list value or varname (GTK)

add message dialog (Qt)

merge

add sidebar (Qt)

add support for toolbar icons (Cocoa)

implement missing ui_textarea functions (Cocoa)

implement textarea UiText functions (Cocoa)

add contextmenu to sourcelist (GTK)

fix listview row update loses selection (GTK)

fix gtk label center alignment

implement gtk3 headerbar menubutton

fix gtk3 build

init webview with existing value in ui_webview_create

implement toolbar label,icon,onclick (Cocoa)

semi functional toolbar (Cocoa)

fix Cocoa build

dialog functions should use arg pointers

implement ui_app_exit_on_shutdown for Motif, Qt, Cocoa

improve exit behavior (GTK)

remove fill parameter from Container add method (QT)

fix qt build

replace UiTri with UiBool in Arg structs

simplify layout fill option, remove fill parameter from container add function (GTK)

add label/progressbar arg functions

add basic structure for grid layout (win32)

fix wrong w32 string type

add missing include

add webview arg functions

add textarea/textfield arg wrapper

fix gtk ui_listbox_row_activate list access

fix crash when using listview with static data (gtk4)

add UiSubListEventData wrapper functions

add UiEvent eventdatatype

allow sourcelist getvalue func to be null

add UiList parameter to sublist getvalue func

add srclist wrapper functions

fix build

add sublist item setter functions

add additional userdata parameter to sourcelist getvalue func

change integer type in ui_sourcelist_args_set_static_sublists parameter

fix typo

merge

extend sourcelist arg funcs

add compile_commands.json to .hgignore

make build lib dir adjustable, preparation for win32 build

fix gtk3 build

add wrapper functions for toolbar args

add wrapper functions for UiSourceListArgs

fix listview/combobox ignored args->getvalue2data

fix win32 build

add ui_list_set_data

add list wrapper functions for accessing data/iter

implement ui_getvaluefunc2 (Motif)

fix motif build

extend ui_getvaluefunc2: add indicator, wether the value should be freed

add ui_list_args_set_getvalue_func2/ui_list_args_set_getvalue_data

fix qt build

implement ui_getvaluefunc2 (QT)

add ui_getvaluefunc2 (GTK)

add UiListArgs wrapper functions

add userdata parameter to list initializer

merge

add list initializer

add more toolkit initialization, fixes crash on exit (win32)

use uic_object_new_toplevel to create toplevel objects

add functions for registering global object creation/destruction callbacks

remove deprecated functions

add function for getting the UiContext parent context

rename ui_detach_document2 to ui_detach_document

make var name parameters const

add wrapper functions for accessing some UiObject members

add wrapper for sidebar and splitpane args

fix uic makefile

add wrapper functions for accessing UiEvent data

fix rowspan typo

fix memset length in ui_button_args_new

fix typo in function name

more arg refactoring (winui3)

refactore widget args passing and add image ref/unref functions (winui3)

fix reference counting in UiGeneric set/get functions

add ui_image_set/ui_image_get for setting UiGeneric image values

add UiMenuToggleItemArgs, UiMenuItemListArgs wrapper functions

add wrapper functions for menuitem args

fix gtk notebook switch-page signal (GTK)

add support for building shared libraries

fix missing UiGtkTabView initialization (GTK)

merge

add tabview onchange callback (GTK)

refactore widget args passing (Cocoa)

add up/down icon constants

add wrapper for button/toggle args

add missing UIEXPORT to arg wrapper functions

add wrapper functions for container and frame arg structs

fix gtk3 build

refactore widget args passing (QT)

fix ui_customwidget_create (GTK)

refactore widget args passing (Motif)

pass Args structs per pointer (GTK)

implement listview/table contextmenu (gtk4)

merge

fix sourcelist update (GTK)

add textfield (Cocoa)

add incomplete ui_window implementation (WIN32)

fix windows11 win32 build

implement ui_table multiselection (QT)

merge

fix wrong value interpretation for UI_INTEGER

implement textarea value binding (Cocoa)

implement more table column types (QT)

implement table (QT)

add table model (QT)

fix list update (GTK4)

implement listview (QT)

fix ui_image_load_* functions would not set the type to UI_IMAGE_OBJECT_TYPE in case UiGeneric is not bound to an widget

add list model

fix toolbar item signal

implement toolbar icons and events (QT)

add toolbar (QT)

update uwproj

implement ui_textarea_remove (QT)

implement menu radio items (Cocoa)

implement toggle menu items (Cocoa)

implement menu item callbacks (Cocoa)

radio button indices should start at 1 (Cocoa)

merge

fix ui_radiobuttons_set build (Cocoa)

fix ui_image_load_data (GTK)

merge

add ui_image_load_data (GTK)

implement radio button (Cocoa)

add support for range values in ui_spinner_create (QT)

add spinner entry (QT)

fix radio buttons (QT)

fix potential crash in menuitem_list_remove_binding

implement new menu itemlist binding (Motif)

fix wrong eventdata in motif dropdown events

fix crash in motif textfield functions

implement new text functions (Motif)

rework uic_copy_binding and refactore menu itemlists to bind directly to lists without using observers

make sure item list widgets are shown (GTK)

handle radiobutton click event (QT)

implement radiobutton (QT)

fix ui_widget_set_size (QT)

add UIIMAGE type

add imgviewer button press/release callbacks (GTK)

implement ui_widget_set_size and ui_widget_redraw (QT)

implement ui_customwidget_create (QT)

add separator widget (QT)

add ui_scrolledwindow_w macro

fix widget.c build (GTK)

add basic code structure for cocoa menu implementation

another textview/scrollview layout fix (Cocoa)

fix textview creation (Cocoa)

use view.fittingSize as backup to intrisicContentSize in GridLayout (Cocoa)

implement menu radiobutton (QT)

implement menu toggleitem (QT)

add QT implementation for menubars, sub-menus and simple menu items

add prefix to common object files

replace imageviewer integer zoom with fp userscale setting

allow autoscale + useradjustable in imageviewer (GTK)

add separator widget (GTK)

implement imageviewer useradjustable setting in gtk4 implementation

add new imageviewer implementation (GTK)

implement remaining textarea functions (QT)

add textarea (QT)

add togglebutton and checkbox (QT)

implement all grid layout features (QT)

implement passwordfield (QT)

add textfield (QT)

add grid container (QT)

add label (QT)

add button (QT)

add box container (QT)

use pkg-config for qt5 compiler flags

merge

remove old Qt code

remove enum forward declarations

(0) -240 +240 tip

mercurial