Commit History

作者 SHA1 備註 提交日期
  Sam Atkins 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Timothy Flynn e96df1599c SQLStudio: Display real column names in the results tab 2 年之前
  Timothy Flynn 4fe437b4d2 SQLStudio: Separate the script and results tabs with a vertical splitter 2 年之前
  Timothy Flynn d6dee8c0e8 LibSQL+Userland: Pass SQL IPC results to clients in a structure 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  Sam Atkins f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 年之前
  Sam Atkins 54b1326165 Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` 2 年之前
  Timothy Flynn e3d5b67eaf SQLStudio: Remove (unimplemented) ability to open database storage files 2 年之前
  Timothy Flynn 690389ae81 SQLStudio: Display error message boxes when connections/executions fail 2 年之前
  Timothy Flynn 5822520e6d SQLStudio: Add an option to select or specify the database to connect to 2 年之前
  Timothy Flynn 640e22bbdb SQLStudio: Only display the character/word count of selected text 2 年之前
  Timothy Flynn a4d2b366b6 SQLStudio: Close the current SQL connection before opening a new one 2 年之前
  Timothy Flynn 74cd0a0c82 SQLStudio: Simplify action handling a bit 2 年之前
  Timothy Flynn 9b1e754d56 SQLStudio: Convert SQLStudio to GML 2 年之前
  Timothy Flynn 82363aa1c4 sql+SQLStudio: Recover from errors preparing SQL statements 2 年之前
  Timothy Flynn b9d8c25b0b LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value 2 年之前
  Timothy Flynn f9d23e1d2f LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately 2 年之前
  Timothy Flynn aec75d749a LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2 年之前
  Timothy Flynn e2f71d2808 LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs 2 年之前
  Timothy Flynn 8fcb8c30c6 SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Timothy Flynn 0986b383cd SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity 2 年之前
  Karol Kosek 0b7f5bbdfb Userland: Accept drag_enter events for widgets supporting file drops 2 年之前
  demostanis 34acae90c7 Userland: Let applications make use of make_command_palette_action() 2 年之前
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 年之前
  Jose Flores 355911c44e SQLStudio: Reset status bar and menu actions when closing a tab 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  martinfalisse f33979a753 SQLStudio: Add collapsible tabs for query results 3 年之前